home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / intlb010.zip / CSH.H_ / CSH.bin
Text File  |  1995-01-28  |  439b  |  13 lines

  1. /************************/
  2. /* Functions definition */
  3. /************************/
  4. #define HELP_FILE_DO_NOT_EXISTS        1
  5. extern "C" 
  6.     {
  7.     void _export CALLBACK SetMouseHelp(HWND hwnd,long topic);
  8.     void _export CALLBACK SetWindowHelp(HWND hwnd,long topic);
  9.     void _export CALLBACK SetMenuHelp(HWND hwnd,UINT id, long topic);
  10.     void _export CALLBACK SetDefaultHelp(long topic);
  11.     int _export CALLBACK  SetHelpFile(LPSTR flName);
  12.     }
  13.